FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.aws#1.2.0 (141 ms)

Package kbv.ita.aws
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Therapie
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Therapie
Version 1.2.0
Status active
Name KBV_PR_AW_Therapie
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Procedure
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anlage KBV_PR_AW_Anlage

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Therapie_Dauertherapie KBV_EX_AW_Therapie_Dauertherapie
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung KBV_PR_AW_Begegnung
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient KBV_PR_AW_Patient


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Therapie",
  "version" : "1.2.0",
  "name" : "KBV_PR_AW_Therapie",
  "status" : "active",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure",
        "path" : "Procedure",
        "short" : "Therapie",
        "definition" : "In dieser Ressource kann eine Therapie beschrieben werden.",
        "constraint" : [
          {
            "key" : "AWS-1",
            "severity" : "error",
            "human" : "Der Status muss completed oder in-progress sein.",
            "expression" : "status='completed' or status='in-progress'"
          }
        ]
      },
      {
        "id" : "Procedure.id",
        "path" : "Procedure.id",
        "min" : 1
      },
      {
        "id" : "Procedure.meta",
        "path" : "Procedure.meta",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.versionId",
        "path" : "Procedure.meta.versionId",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.lastUpdated",
        "path" : "Procedure.meta.lastUpdated",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.profile",
        "path" : "Procedure.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Therapie|1.2.0"
      },
      {
        "id" : "Procedure.text",
        "path" : "Procedure.text",
        "min" : 1
      },
      {
        "id" : "Procedure.extension",
        "path" : "Procedure.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:dauertherapie",
        "path" : "Procedure.extension",
        "sliceName" : "dauertherapie",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Therapie_Dauertherapie"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.identifier",
        "path" : "Procedure.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.instantiatesCanonical",
        "path" : "Procedure.instantiatesCanonical",
        "max" : "0"
      },
      {
        "id" : "Procedure.instantiatesUri",
        "path" : "Procedure.instantiatesUri",
        "max" : "0"
      },
      {
        "id" : "Procedure.basedOn",
        "path" : "Procedure.basedOn",
        "max" : "0"
      },
      {
        "id" : "Procedure.partOf",
        "path" : "Procedure.partOf",
        "max" : "0"
      },
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "definition" : "Der Status kann completed oder in-progress sein"
      },
      {
        "id" : "Procedure.statusReason",
        "path" : "Procedure.statusReason",
        "max" : "0"
      },
      {
        "id" : "Procedure.category",
        "path" : "Procedure.category",
        "short" : "Klassifizierung der Ressource",
        "definition" : "Dieses Attribut wird zur Klassifizierung dieser Ressource verwendet.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.category.coding",
        "path" : "Procedure.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Procedure.category.coding.system",
        "path" : "Procedure.category.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Ressourcentyp"
      },
      {
        "id" : "Procedure.category.coding.version",
        "path" : "Procedure.category.coding.version",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.coding.code",
        "path" : "Procedure.category.coding.code",
        "short" : "Therapie",
        "min" : 1,
        "fixedCode" : "Therapie"
      },
      {
        "id" : "Procedure.category.coding.display",
        "path" : "Procedure.category.coding.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.coding.userSelected",
        "path" : "Procedure.category.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.text",
        "path" : "Procedure.category.text",
        "max" : "0"
      },
      {
        "id" : "Procedure.code",
        "path" : "Procedure.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding",
        "path" : "Procedure.code.coding",
        "max" : "0"
      },
      {
        "id" : "Procedure.code.text",
        "path" : "Procedure.code.text",
        "short" : "Therapiebeschreibung",
        "definition" : "In diesem Feld ist eine Beschreibung der Therapie einzutragen.",
        "min" : 1
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "label" : "TR01",
        "short" : "Patientenbezug",
        "definition" : "Siehe Reason for inclusion and constrainment",
        "requirements" : "Diese Referenz wurde aus technischen Gründen erzeugt, um dieser patientenbezogenen Ressource zu genügen. Aus informationstechnischer Sicht ist Diese jedoch nicht notwendig, da der Zusammenhang bereits über das Attribut related hergestellt worden ist.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.subject.reference",
        "path" : "Procedure.subject.reference",
        "min" : 1
      },
      {
        "id" : "Procedure.subject.type",
        "path" : "Procedure.subject.type",
        "max" : "0"
      },
      {
        "id" : "Procedure.subject.identifier",
        "path" : "Procedure.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.subject.display",
        "path" : "Procedure.subject.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter",
        "path" : "Procedure.encounter",
        "short" : "Begegnung",
        "definition" : "Referenz auf Begegnung",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung|1.2.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.encounter.reference",
        "path" : "Procedure.encounter.reference",
        "min" : 1
      },
      {
        "id" : "Procedure.encounter.type",
        "path" : "Procedure.encounter.type",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter.identifier",
        "path" : "Procedure.encounter.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter.display",
        "path" : "Procedure.encounter.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.performed[x]",
        "path" : "Procedure.performed[x]",
        "max" : "0"
      },
      {
        "id" : "Procedure.recorder",
        "path" : "Procedure.recorder",
        "max" : "0"
      },
      {
        "id" : "Procedure.asserter",
        "path" : "Procedure.asserter",
        "max" : "0"
      },
      {
        "id" : "Procedure.performer",
        "path" : "Procedure.performer",
        "max" : "0"
      },
      {
        "id" : "Procedure.location",
        "path" : "Procedure.location",
        "max" : "0"
      },
      {
        "id" : "Procedure.reasonCode",
        "path" : "Procedure.reasonCode",
        "max" : "0"
      },
      {
        "id" : "Procedure.reasonReference",
        "path" : "Procedure.reasonReference",
        "max" : "0"
      },
      {
        "id" : "Procedure.bodySite",
        "path" : "Procedure.bodySite",
        "max" : "0"
      },
      {
        "id" : "Procedure.outcome",
        "path" : "Procedure.outcome",
        "max" : "0"
      },
      {
        "id" : "Procedure.report",
        "path" : "Procedure.report",
        "max" : "0"
      },
      {
        "id" : "Procedure.complication",
        "path" : "Procedure.complication",
        "max" : "0"
      },
      {
        "id" : "Procedure.complicationDetail",
        "path" : "Procedure.complicationDetail",
        "max" : "0"
      },
      {
        "id" : "Procedure.followUp",
        "path" : "Procedure.followUp",
        "max" : "0"
      },
      {
        "id" : "Procedure.note",
        "path" : "Procedure.note",
        "max" : "0"
      },
      {
        "id" : "Procedure.focalDevice",
        "path" : "Procedure.focalDevice",
        "max" : "0"
      },
      {
        "id" : "Procedure.usedReference",
        "path" : "Procedure.usedReference",
        "max" : "0"
      },
      {
        "id" : "Procedure.usedCode",
        "path" : "Procedure.usedCode",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.